Skip to content

chore(deps): update dependency gohugoio/hugo from v0.153.4 to v0.155.1 (.github/workflows/validate_docs_build.yml)#14216

Closed
renovate[bot] wants to merge 1 commit intodevfrom
renovate/gohugoio-hugo-0.x
Closed

chore(deps): update dependency gohugoio/hugo from v0.153.4 to v0.155.1 (.github/workflows/validate_docs_build.yml)#14216
renovate[bot] wants to merge 1 commit intodevfrom
renovate/gohugoio-hugo-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 30, 2026

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor 0.153.40.155.1

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.155.1

Compare Source

What's Changed

v0.155.0

Compare Source

Some notable new things in this release are:

  • Improvements to how versions are handled: We now support version (and also for the other dimension) range queries (e.g. >= v1.0.0), and we now cache Go module version queries, which makes mounting multiple versions of the same GitHub repo with different version much more practical and enjoyable, se this site and config for an annotated example.
  • We finally have XMP and IPTC image metadata support, in addition to EXIF, see #​13146
  • Page aliases now works in multidimensional sites (e.g. multiple languages), and it is now much easier to create e.g. Netlify _redirects files that works in such setups.
  • There are several performance related WebP improvements in this release.
  • Also, image processing in general (e.g. resize operations) should be considerably more effective.

Note

Bug fixes

Improvements

Dependency Updates

Build Setup

Documentation

v0.154.5

Compare Source

What's Changed

v0.154.4

Compare Source

What's Changed

Also see the new Page.OutputFormats.Canonical method.

v0.154.3

Compare Source

What's Changed

v0.154.2

Compare Source

What's Changed

  • Fix alpha/fuzzy border issue with new webp decoder for images with with transparent background e9b9b36 @​bep #​14339

v0.154.1

Compare Source

What's Changed

v0.154.0

Compare Source

Hugo v0.154.0 is the 14th release this year (not counting patch releases) and introduces partial decorators, or “partials with a twist.” This is a very powerful construct that I, @​bep, have always wanted to have in Hugo, but I could never wrap my head around an implementation. Until now.

A small and not very useful example:

{{ with partial "b.html" "World" }}Hello {{ . }}{{ end }}
{{ define "_partials/b.html" }}<b>{{ inner . }}</b>{{ end }}

The above renders to:

<b>Hello World</b>
  • The new inner keyword can be used zero or more times in a partial template, typically with different data (e.g. pages in a range), and its presence signals a reversal of the execution -- the callee becomes the caller.
  • Decorators can be deeply nested, see this PR for an example.

This release also brings some new utility funcs in the reflect package to identify the core types in Hugo. For example, to identify an processable image hasn't been trivial, now it is:

{{ $obj := . }}
{{ if reflect.IsResource $obj }}
   {{ if reflect.IsImageResource $obj }}
        // It has width/height and we can process it.
   {{ else }}
       // Just link to it.
   {{ end }}
{{ end }}

Bug fixes

Improvements

Dependency Updates

v0.153.5

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

…1 (.github/workflows/validate_docs_build.yml)
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 30, 2026
@renovate renovate Bot requested review from Maffooch and mtesauro as code owners January 30, 2026 17:42
@renovate renovate Bot changed the title chore(deps): update dependency gohugoio/hugo from v0.153.4 to v0.155.1 (.github/workflows/validate_docs_build.yml) Update dependency gohugoio/hugo from v0.153.4 to v0.155.1 (.github/workflows/validate_docs_build.yml) Jan 30, 2026
@renovate renovate Bot changed the title Update dependency gohugoio/hugo from v0.153.4 to v0.155.1 (.github/workflows/validate_docs_build.yml) chore(deps): update dependency gohugoio/hugo from v0.153.4 to v0.155.1 (.github/workflows/validate_docs_build.yml) Jan 30, 2026
@mtesauro
Copy link
Copy Markdown
Contributor

While I appreciate your persistence, I already closed the other one you did so this one is also getting closed.

@mtesauro mtesauro closed this Jan 30, 2026
@renovate renovate Bot deleted the renovate/gohugoio-hugo-0.x branch January 30, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant